-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include encoding in signature payload (#30174) #30181
Conversation
Fixes go-gitea#30119 Include the encoding in the signature payload. before ![grafik](https://github.com/go-gitea/gitea/assets/1666336/01ab94a3-8af5-4d6f-be73-a10b65a15421) after ![grafik](https://github.com/go-gitea/gitea/assets/1666336/3a37d438-c70d-4d69-b178-d170e74aa683)
@KN4CK3R lint failing:
|
@lunny v1.21 branch still has |
This PR is unrelated to database charset. It's about git signature's text encoding. So I don't know what did you mean. |
The pipeline did not run for MySQL.
|
I mean this: 1.22 and 1.23 have Please adapt the github protected branches config accordingly. |
All release branches shared the same rules. I think this PR just need a new push to trigger a new CI to resolve the problem. |
You need to make a separate rule for the 1.21 branch. A push won't solve it. Alternatively just remove these "required checks" that target workflows by name, I don't think they provide anything useful. |
Backport #30174 by @KN4CK3R
Fixes #30119
Include the encoding in the signature payload.
before
after